home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / view_toolbar.xrc < prev   
Extensible Markup Language  |  2004-02-12  |  1KB  |  32 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="view_toolbar">
  4.         <dontattachtoframe>1</dontattachtoframe>
  5.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
  6.         <bitmapsize>97,18</bitmapsize>
  7.         <object class="tool" name="view_menu_editor">
  8.             <radio>1</radio>
  9.             <bitmap>./img/view_edit.png</bitmap>
  10.             <tooltip>View editor</tooltip>
  11.             <longhelp>Show the editing view with all open files</longhelp>
  12.         </object>
  13.         <object class="tool" name="view_menu_internalpreview">
  14.             <radio>1</radio>
  15.             <bitmap>./img/view_pre.png</bitmap>
  16.             <tooltip>View preview window</tooltip>
  17.             <longhelp>Show the internal HTML preview window</longhelp>
  18.         </object>
  19.         <object class="tool" name="view_menu_extpreview">
  20.             <radio>0</radio>
  21.             <bitmap>./img/view_ext.png</bitmap>
  22.             <tooltip>External preview</tooltip>
  23.             <longhelp>Display file in external browser</longhelp>
  24.         </object>
  25.         <object class="tool" name="tb_extbrowser">
  26.             <radio>0</radio>
  27.             <bitmap>./img/view_drpdwn.png</bitmap>
  28.             <longhelp>Select active external browser</longhelp>
  29.         </object>
  30.     </object>
  31. </resource>
  32.